Duration Constructor (Int32) |
Initializes a new instance of the
Duration class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Duration(
int years
)
Public Sub New (
years As Integer
)
Parameters
- years
- Type: SystemInt32
The years.
See Also